A Boolean value that determines whether the view needs to be redrawn before being displayed.
Whenever the data or state affecting the view’s appearance changes, set this property to True. This marks the view as needing to update its display. On the next pass through the app’s event loop, the view is automatically redisplayed.